home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / code / intro.dxr / 00023_OneTimeInitalizations.ls < prev    next >
Encoding:
Text File  |  1996-02-15  |  124 b   |  8 lines

  1. on exitFrame
  2.   global gInitalized
  3.   unDoInitIntro()
  4.   if gInitalized <> #true then
  5.     OneTimeInitalizations()
  6.   end if
  7. end
  8.